Attempt to debug a problem on AppVeyor
authorAlex Crichton <alex@alexcrichton.com>
Thu, 29 Dec 2016 00:57:29 +0000 (16:57 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 29 Dec 2016 00:57:29 +0000 (16:57 -0800)
Let's get verbose logs from this step

tests/path.rs

index 7d057ae75b62022e726e27cf996909efeb14a9ba..1ba68478230b91fffe5b13e1c9e4b2297e34255a 100644 (file)
@@ -89,7 +89,7 @@ fn cargo_compile_with_nested_deps_shorthand() {
                 execs().with_stdout("test passed\n").with_status(0));
 
     println!("cleaning");
-    assert_that(p.cargo("clean"),
+    assert_that(p.cargo("clean").arg("-v"),
                 execs().with_stdout("").with_status(0));
     println!("building baz");
     assert_that(p.cargo("build").arg("-p").arg("baz"),